Update dependencies to fix security vulnerabilities#96
Open
Update dependencies to fix security vulnerabilities#96
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…lder The _ prefix prevents Next.js from serving these as routes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ta, and navbar Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… CTA Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Upgrade all packages to latest versions compatible with Next 14 + React 18: - next/eslint-config-next: 14.2.35, eslint: 8.x, bootstrap: 5.3.8 - next-seo: 6.8.0, prettier: 3.x, sass: 1.83.0 - Remove unused prettier-eslint and prettier-eslint-cli (transitive vuln source) - Fix broken relative imports in src/pages/_deprecated/*.js - Reformat 27 files for Prettier 3 defaults Remaining 5 vulnerabilities are in Next.js 14 core (requires Next 15+/16 to fix). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ute to TechLadies Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
prettier-eslintandprettier-eslint-cli(major source of transitive vulnerabilities)src/pages/_deprecated/*.jsDependency changes
next@next/third-partiesbootstrapnext-seoeslinteslint-config-nextprettiersassTest plan
npm auditshows 5 or fewer vulnerabilitiesnpm run buildcompiles successfullynpm run prettierpasses with no issuesnpm run devand verify pages load correctly🤖 Generated with Claude Code